DevForce Help Reference
TargetType Property (PropertyInterceptor<TInstance,TValue,TArgs>)


Type of object on which the interceptor acts.
Syntax
'Declaration
 
Public Overrides ReadOnly Property TargetType As Type
'Usage
 
Dim instance As PropertyInterceptor(Of TInstance,TValue,TArgs)
Dim value As Type
 
value = instance.TargetType
public override Type TargetType {get;}
Remarks
The action will apply to the TargetType and its sub-types.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyInterceptor<TInstance,TValue,TArgs> Class
PropertyInterceptor<TInstance,TValue,TArgs> Members

Send Feedback